AsgardCMS – Overview of the Page Module
AsgardCMS is a modular multilingual CMS built on top of the Laravel 5 framework.  It is fully responsive as the default themes are based on Bootstrap and the site can be comfortably browsed on any device. As it is built with modern coding standards using PHP 7, the integration with the PHP programming language is seamless....
read more
AsgardCMS – Introduction and Generation of Modules
AsgardCMS offers us the facility to add new modules apart from the existing modules in the application. We can add a new module as per our need and demand for the project. Sometimes our project involves various modules to be added. For example, if you are working on a project for insurance then we need to have modules such as customer, insurance, facilities, etc in which each module covers some specific areas of interest....
read more
jQWidgets jqxBarGauge Complete Reference
The jqxBarGauge represents a jQuery bargauge widget that plots a bar gauge graph for the given values....
read more
AsgardCMS – Viewing the created project and the framework
In the previous article, we discussed how to create a project. In this article, we will learn to view the created project on localhost. The XAMPP server is used. You can use other servers according to your choice....
read more
What is a Backslash on Keyboard?
The backslash is a special character in many computer keyboard, including Windows and Unix. Let’s understand about backslash in detail....
read more
How to Find the Proper MTU Size For a Network?
The Maximum Transmission Unit (MTU) is the maximum possible packet/frame size that can be communicated over the network without breaking it into smaller fragments. They are declared in octets that can be transmitted in a frame/packet-based network. If any packet is bigger than the specified MTU setting, then it will break or fragment the original packet into smaller subpackets. Now, it is okay if the number of these packets is small the problem arises when the number of fragmented packets is large, in this case, it significantly drops down the transmission speed of data over the network....
read more
What are the Two Broad Classes of Middleware in Client Server Environment?
Server: A server is a computer program that provides services, data, information to other computer programs....
read more
Segment Descriptor
Segment Descriptor: In the Protected mode of x86, Memory Management Unit (MMU) uses the segment selector to access a descriptor, segment descriptors are a part of the segmentation unit, which provides the processor with the data it needs to translate a logical address into a linear address....
read more
Spelling Correction using K-Gram Overlap
...
read more
Oracle Interview Experience | Server Technology Role Full Time (On-Campus Sept 2020)
Oracle came to our campus in Sept 2020, for a server technology profile. All rounds were audio and video proctored. The entire interview process was on zoom meetings. It was a very smooth virtual experience. There were counter rooms inside zoom meetings for post and pre-interview sessions....
read more
How to implement text Auto-complete feature using Ternary Search Tree
Given a set of strings S and a string patt the task is to autocomplete the string patt to strings from S that have patt as a prefix, using a Ternary Search Tree. If no string matches the given prefix, print “None”.Examples:...
read more
How Does Google Map Works?
Google Maps is a unique web-based mapping service brought to you by the tech giant, Google. It offers satellite imagery, aerial photography, street maps, 360° panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle, or public transportation....
read more